/* Main Rules */
.chatbox__open--box {
    position: fixed;
    bottom: 25px;
    right: auto;
    left: 25px;
    padding: 5px;
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    font-size: 16px;
}
.ma-left {
    margin-left: 40px !important;
}
/* .mujib-close-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: var(--primary-color);
    color: white;
} */
.chatbox {
    position: fixed;
    bottom: -100%;
    opacity: 0;
    right: auto;
    left: 0;
    width: 370px;
    height: 602px;
    margin: 20px;
    max-height: 90vh;
    background-color: #fff;
    /* box-shadow: 0 0 60px -15px rgba(0, 0, 0, .2); */
    overflow: hidden;
    z-index: -1;
    transition: 0.4s ease-in-out;
    direction: ltr;
    border-radius: 15px;
}
.message {
    position: relative;
}
/*@media screen and (max-width: 480px) {*/
/*    .chatbox {*/
/*        border-radius: 0;*/
/*        height: 100%;*/
/*    }*/
/*}*/

.chatbox .form-control {
    box-shadow: none;
    border-radius: 10px;
}

.chatbox .container {
    padding-left: 0;
    padding-right: 0;
}
.chatbox.chatbox__open {
    bottom: 0;
    opacity: 1;
    z-index: 10000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 501px) {
    /* .chatbox {
        width: 430px;
    } */
}

/*@media (max-width: 500px) {*/
/*    .chatbox {*/
/*        right: 0;*/
/*        !* bottom: -100%;*!*/
/*        width: 100%;*/
/*    }*/

/*    .chatbox.chatbox__open {*/
/*        bottom: 0;*/
/*        opacity: 1;*/
/*        height: fit-content;*/

/*        z-index: 999;*/
/*    }*/
/*}*/

.chatbox__head {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    padding: 2px 16px;
    border-bottom: 1px solid #ebedf2;
    align-items: center;
    flex-grow: 1;
    color: #fff;
    height: 90px;
}

@media (max-width: 400px) {
    .chatbox.chatbox__open {
        right: 0;
        z-index: 999;
    }

    .chatbox__head {
        font-size: 0.8rem;
    }
}

/*.chatbox .chatbox__label {
  padding-top: 10px;
  padding-bottom: 7px;
}*/

.chatbox .chatbox__label .mujib-logo {
    display: inline-block;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-bottom: 3px;
}

.chatbox .chatbox__label .mujib-logo img {
    margin-top: -3px;
}
.chatbox .chatbox_name {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}
.chatbox .chatbox__label .chatbox_sub_name {
    font-size: 14px;
}

.chatbox__head .chatbox__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}

.chatbox__head .chatbox__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
}

.chatbox__title {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.chatbox__title:hover {
    text-decoration: none;
}

.chatbox__status {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    display: block;
}

.chatbox-badge {
    display: inline-block;
    height: 9px;
    width: 9px;
    background-color: #20ff00;
    border-radius: 50%;
}

.chatbox .dropdown.dropdown-inline {
    display: inline-block;
}

.chatbox .dropdown {
    position: relative;
}

.chatbox .btn.btn-icon {
    height: 34px;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-color: transparent;
    background: 0 0;
    color: #fff;
    box-shadow: none;
}

.chatbox .btn.btn-icon:hover {
    background: rgba(252, 252, 252, 0.16);
    color: #ebedf2;
}

/* Report Container */
.chatbox__report--body input {
    height: 75px !important;
}

.chatbox__report--body .choices-btns .report-choices {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 15px;
    margin-bottom: 5px;
}

.chatbox__report--body .choices-btns {
    padding: 0;
}

.chatbox__report--body .choices-btns label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.report-choices > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}

input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    overflow: visible;
}

.report-choices > .custom-radio {
    background: 0 0;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #ccc;
    border-radius: 50% !important;
}

.report-choices > input:checked ~ .custom-radio {
    border: 1px solid var(--primary-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: 0 0;
}

.report-choices > .custom-radio:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100% !important;
    border: solid var(--primary-color);
}

.report-choices > input:checked ~ .custom-radio:after {
    display: block;
}

.chatbox__report--body .submit-report-btn,
.chatbox__register--body .submit-register-btn {
    /* background-color: #15365a; */
    color: #fff;
    box-shadow: none;
}

.chatbox .dropdown-menu {
    position: absolute;
    top: 60px;
    left: auto;
    right: 0;
    width: 230px;
    z-index: 95;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 10rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 0;
    margin: 0;
    border-radius: 0;
    min-width: 14rem;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
    transition: 0.3s;
    border: 1px solid #eee;
}

.popauppdf {
    position: absolute;
    top: 55px;
    left: auto;
    right: 14px;
    width: 174px;
    z-index: 95;
    display: block;
    opacity: 0;
    min-width: 10rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 0;
    margin: 0;
    border-radius: 0;
    min-width: 11rem;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
    transition: 0.3s;
    border: 1px solid #eee;
}

.popauppdf div {
    padding: 0px;
}
.popauppdf div a {
    padding: 5px 10px;
    border-radius: 5px;
}
.popauppdf div a:hover {
    color: var(--primary-color);
    background-color: #eaecf0;
}

.popauppdfshow {
    opacity: 1;
}

.chatbox .dropdown-menu.dropdown--toggle {
    top: 40px;
    -webkit-visibility: visible;
    visibility: visible;
    opacity: 1;
}

.chatbox .chatbox-nav {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
}

.chatbox .chatbox-nav__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    /* background: #15365a; */
    color: #fff;
    font-weight: 500;
    padding: 0.55rem 1.75rem;
}

.chatbox .chatbox-nav__separator {
    margin-top: 12px;
    margin-bottom: 12px;
    height: 0;
    display: block;
    border-bottom: 1px solid #00000041;
}

.chatbox .chatbox-nav__item {
    display: block;
    font-size: 14px;
    padding: 15px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.chatbox .chatbox-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 40px;
}
.chatbox .chatbox-nav__link svg {
    width: 20px;
    margin-right: 6px;
}
.chatbox .chatbox-nav__item:last-child .chatbox-nav__link {
    border-bottom: 0;
}

/* .chatbox .chatbox-nav__link path {fill: #9d9fa9;} */

/* .chatbox .chatbox-nav__link:hover {
    padding-left: 8px;
    background: transparent !important;

    -webkit-transition: all .3s;
    transition: all .3s;
} */

.chatbox .chatbox-nav__link-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    font-size: 1.25rem;
    line-height: 0;
}

.chatbox .chatbox-nav__link .chatbox-nav__link-text {
    margin-left: 5px;
    font-weight: cancel_order_NOrmal;
}

/* Chatbox Body */
.chatbox .chatbox__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: cancel_order_NOrmal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.chatbox .chatbot-scroll {
    margin-top: -5px;
    position: relative;
    height: 419px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.chatbot-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    width: 4px;
}

.chatbot-scroll::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 4px;
    width: 4px;
}

.chatbot-scroll::-webkit-scrollbar-thumb:hover {
    background: #888;
}

/*@media screen and (max-height: 600px) and (min-width: 480px) {*/
/*   */
/*    .chatbox .chatbox__head {*/
/*        font-size: 0.7rem;*/
/*    }*/

/*    .chatbox .chatbox__message {*/
/*        padding: 0.5rem 1rem !important;*/
/*    }*/

/*    .chatbox .chatbox__text {*/
/*        font-size: 0.8rem !important;*/
/*    }*/

/*    .chatbox .chatbox__foot {*/
/*        font-size: 0.7rem;*/
/*        padding: 5px !important;*/
/*    }*/

/*    .chatbox__foot .chatbox__toolbar span {*/
/*        font-size: 0.6rem;*/
/*    }*/
/*}*/

/* Simple Scroll Custom Style */
.simplebar-scrollbar::before {
    width: 3px;
}

.chatbox .chatbox__messages {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.chatbox .chatbox__welcome-page {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    z-index: 10;
    transition: 0.4s;
}

.chatbox .chatbox__welcome-page.hidden {
    left: -100%;
}

.chatbox__welcome-page .forget-pass {
    opacity: 0.8;
}

/*@media (max-width: 500px) {*/
/*    !*.chatbox .chatbox__messages {*/
/*      overflow: auto;*/
/*    }*!*/
/*    .chatbox_login-head .social_icon {*/
/*        width: 65px;*/
/*        height: 45px;*/
/*        margin: 0 0.75rem;*/
/*    }*/
/*}*/

.chatbox .chatbox__message {
    margin: 0 16px;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 90%;
}

.clear-fix {
    clear: both;
}

.chatbox__message.chatbox__message--appending {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    opacity: 0;
    visibility: hidden;
}

.chatbox__message.chatbox__message--appending1 {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    opacity: 0;
    visibility: hidden;
}

.chatbox .chatbox__message.chatbox__message--bot {
    direction: ltr;
    text-align: left;
    float: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.chatbox .chatbox__message.chatbox__message--user {
    /* text-align: left;
    float: right;
    display: flex;
    flex-direction: row-reverse; */
    display: block;
    width: calc(100% - 32px);
    text-align: right;
}

.chatbox__message.chatbox__message--user .chatbox__user {
    /* float: right; */
    background: -webkit-linear-gradient(right, var(--primary-color), #349ce9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 2px;
}

.chatbox__message .chatbox__user--media img {
    width: 24px;
    margin-bottom: 6px;
}
.chatbox__message .chatbox__user--name {
    /*background: -webkit-linear-gradient(left, var(--secondary-color), var(--secondary-color));*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    text-transform: uppercase;
    font-size: 14px;
    user-select: none;
    color: var(--primary-color);
    font-weight: bold;
}
.chatbox .chatbox__typing {
    display: none;
}
.card-img-top {
    margin-bottom: 8px;
}

.chatbox .chatbox__typing span {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;

    font-size: 5px;
    -webkit-animation: typing 0.5s infinite alternate;
    animation: typing 0.5s infinite alternate;
}

.chatbox .chatbox__typing span {
    background-color: #606162;
}

.chatbox .chatbox__typing span.cancel_order_NOw2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.chatbox__typing {
    height: 29px;
    width: 50px;
    border-radius: 50px;
    padding: 0 13px;
    background: white;
}
/* New Head */

/* .chatbox__head {
    height: 90px;
} */

/* #chatboxContainer img {
    user-select: none;
    width: 47px;
} */

/* .chatbox .chatbot-scroll {

    height: 467px;
}

.chatbox .chatbox_name {
    font-size: 18px;
}

.chatbox .btn.btn-icon {

} */

.chatbox .chatbox__typing span.cancel_order_NOw3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@keyframes typing {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.chatbox .typing-target {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.chatbox .chatbox__message--bot .message {
    display: block;
    font-size: 1rem;
    max-width: 100%;
}

.chatbox .message img,
img {
    max-width: 100%;
}
.chatbox__message--bot .chatbox__btn {
    color: var(--primary-color) !important;
    border-radius: 15px;
    border: 1px solid var(--primary-color) !important;
    /*background: linear-gradient(100deg, rgba(20, 53, 89, 0.02) 0%, rgba(52, 156, 233, 0.02) 100%);*/
    background: #e5e9ee;
    padding: 9px 20px;
    margin-left: auto;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    max-width: 100%;
    white-space: unset;
    text-align: left;
}
.chatbox__btn:hover {
    color: #fff !important;
    background: var(--primary-color);
}
.chatbox__message--bot .message.chat_card {
    max-width: 100%;
}

.chatbox__message--bot .message:first-child {
    float: left;
    margin-left: 2px;
}

.chatbox__message--user .message {
    /*display: block;
    margin-right: 36px;*/
    float: right;
    margin-right: 15px;
    font-size: 1rem;
}

.chatbox__message--user .message img {
    max-width: 90%;
    max-height: 140px;
}

/*.chatbox__message--user .message:nth-child(1){
  float: right;
  margin-right: 6px
}*/
.chatbox__message .message .btn-default:focus {
    color: #e52f08;
}

.chatbox__message .chatbox__text {
    display: inline-block;
    padding: 12px 20px !important;
    margin-bottom: 8px;
    background: #f3f3f3;
    font-weight: normal;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    box-shadow: none !important;
}

.chatbox__message--bot .chatbox__text {
    border-bottom-left-radius: 0 !important;
}
.chatbox__message--bot .card,
.chatbox__message .chatbox__text,
.carousel-card {
    border-radius: 10px;
    font-size: 14px;
}
p.chatbox__text {
    margin-top: 0 !important;
}
.chatbox__message--bot .card,
.carousel-card {
    border: 1px solid #eaecf0;
}
.carousel-card {
    padding: 1.25rem;
    background-color: #fff;
    margin-bottom: 8px;
}
.card-body p {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 20px;
    overflow-wrap: break-word;
    font-weight: 400;
}
.location-card {
    padding: 1.25rem;
    background-color: #fff;
    margin-bottom: 8px;
    border-radius: 18px;
}
.carousel-inner .carousel-card {
    padding-top: 45px;
}

.chatbox__message.chatbox__message--user .chatbox__text {
    color: #fff !important;
    background: var(--primary-color);
    word-break: break-all;
    border-bottom-right-radius: 0 !important;
}

.chatbox_shadow {
    box-shadow: 0px 4px 4px #00000017;
}
.chatbox-footer-icons span:hover path {
    stroke: var(--primary-color);
}
.chatbox-footer-icons span:hover {
    cursor: pointer;
}
.chatbox-footer-icons span {
    padding: 4px;
    border-radius: 50%;
}
.chatbox-footer-icons span:hover {
    background: #dee9eb;
}

.message .msg_options {
    /* text-align: center;*/
}
.fg-emoji-container {
    left: 38px !important;
    /* bottom: 400px !important; */
    top: 200px !important;
    width: 330px !important;
}
#chatbot-box-message {
    font-size: 14px;
    display: none;
    padding: 4px 16px;
    border-radius: 14px;
}
.fg-emoji-nav {
    background-color: #fff !important;
}
.fg-emoji-nav li a svg {
    fill: #757575 !important;
}
.fg-emoji-picker-move,
.fg-picker-special-buttons {
    display: none !important;
}
.message .msg_options button {
    margin-right: 6px;
    box-shadow: 0px 4px 4px #00000017;
    text-align: left;
    min-width: calc(40% - 16px);
    font-size: 0.9rem;
    /* max-width: 46%*/
}

/*@media screen and (max-width: 320px) {*/
/*    .chatbox__message .chatbox__text {*/
/*        font-size: 0.8rem;*/
/*    }*/
/*}*/

.chatbox__message.chatbox__message--bot .chatbox__user {
    display: block;
}

.chatbox__message .chatbox__options {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.chatbox__options .chatbox__options--btn,
.chatbox__options .register__option {
    background-color: transparent;
    color: #15365a;
    border: 1px solid #447ebc;
    box-shadow: none;
    margin-bottom: 5px;
}

.chatbox__options .chatbox__options--btn:hover,
.chatbox__options .register__option:hover {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Chatbox Footer */
.chatbox .chatbox__foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

.chatbox .chatbox__foot .chatbox__input {
    flex-grow: 1;
}
.chatbox .chatbox__editor {
    display: flex;
}

.chatbox .chatbox__editor input {
    width: 100%;
    height: 48px;
    overflow: auto;
    resize: vertical;
    outline: 0;
    background-color: #f3f4f6 !important;
    color: #15365a;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 0;
    font-size: 15px;
    padding: 0 16px;
    border-radius: 4px;
}

.chatbox .chatbox__editor button {
    padding: 0;
}
.chatbox__foot .chatbox__reply {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chatbox__foot .chatbox__reply.typing {
    opacity: 1;
}
/* .chatbox__foot .chatbox__reply.typing img{
    transform: rotate(31deg);
} */
.chatbox__foot .chatbox__reply img {
    width: 16px;
}
.px-12 {
    padding-right: 12px;
    padding-left: 12px;
}
/*@media screen and (max-width: 480px) {*/
/*    .chatbox .chatbox__foot {*/
/*        min-height: auto !important;*/
/*        height: auto !important;*/
/*    }*/

/*    !*.chatbox .chatbox__editor input {*!*/
/*    !*    font-size: 0.9rem;*!*/
/*    !*}*!*/
/*}*/

.chatbox .chatbox__toolbar {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatbox .chatbox__toolbar .tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 0.25rem;
    border-radius: 10px;
    font-size: 0.9rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.chatbox .chatbox__toolbar .tool[data-count]::after {
    content: attr(data-count);
    position: absolute;
    top: -7px;
    right: 7px;
    min-width: 24px;
    min-height: 22px;
    border-radius: 50%;
    padding: 3px;
    background-color: #e62d2d;
    color: #fff;
    z-index: 9;
    font-size: 11px;
}

.chatbox .chatbox__toolbar .tool:hover,
.chatbox .chatbox__toolbar .tool.active {
    /* filter: drop-shadow(1px 1px 0px #e62d2d);*/
    transform: scale(1.03);
}

.chatbox .chatbox__upload-image--body .chatbox__reply {
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    box-shadow: none;
}

/*@media screen and (max-width: 480px) {*/
/*    .chatbox .chatbox__toolbar img {*/
/*        height: 28px !important;*/
/*        width: auto;*/
/*    }*/

/*    .chatbox .chatbox__toolbar .tool {*/
/*        font-size: 0.7rem;*/
/*        margin: 0rem;*/
/*        justify-content: center;*/
/*    }*/

/*    .chatbox .chatbox__toolbar .tool[data-count]::after {*/
/*        min-height: 23px;*/
/*        min-width: 24px;*/
/*        line-height: 1.7;*/
/*    }*/
/*}*/

/*@media (max-width: 320px) {*/

/*    .chatbox .chatbox__toolbar .tool {*/
/*        font-size: 0.5rem;*/
/*    }*/
/*}*/

/* New E-commerce Chatbot Style */
.chatbox__welcome-page .slide {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.chatbox__welcome-page .slide.visible {
    right: 0;
}

.chatbox__welcome-page .chatbox_welcome {
    z-index: 5;
}

.chatbox__welcome-page .chatbox_login {
    z-index: 4;
}

.chatbox__welcome-page .chatbox_register {
    z-index: 3;
}

.btn.btn_chatbot {
    padding: 5px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    min-width: 150px;
}

.btn.btn_clear {
    padding: 5px 20px;
    background-color: #af0000;
    color: #fff;
    border-radius: 20px;
    min-width: 110px;
}

.btn.btn_chatbot:hover {
    background-color: #333;
}

.btn.btn_clear:hover {
    background-color: #dd0e0e;
}

/*@media screen and (max-width: 350px) {*/
/*    .btn.btn_chatbot {*/
/*        margin-top: 5px !important;*/
/*    }*/
/*}*/

.chatbox_welcome .chatbox_welcome-head {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 4rem;
}

.chatbox_welcome .chatbox_welcome-head .open_card {
    position: absolute;
    top: -50px;
    left: -10px;
}

.chatbox_welcome .chatbox_welcome-btn {
    margin: 2rem 0;
}

.chatbox_login-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatbox_login-head .social_icon {
    width: 70px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem;
}

.social_icon.facebook {
    color: #fff;
    background-color: #3b5998;
}

.social_icon.twitter {
    color: #fff;
    background-color: #00aced;
}

.chatbox_login .or {
    width: 75%;
}

.chatbox_login .chatbox_login-inputs,
.chatbox_register .chatbox_register-inputs {
    width: 70%;
}

.chatbox_login-inputs .form-control,
.chatbox_register-inputs .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.375rem 0;
}

/* Tools */
.chatbox .chatbox__body .chatbox__checkout,
.chatbox .chatbox__body .chatbox__profile,
.chatbox .chatbox__body .chatbox__track-order,
.chatbox .chatbox__body .chatbox__order-history,
.chatbox .chatbox__body .tools__content,
.chatbox .chatbox__body .chatbox__checkout--overview,
.chatbox .chatbox__body .chatbox__order-history--details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 66;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.chatbox__checkout--overview .number {
    color: #6c767b;
}

.chatbox .chatbox__body .tools__content {
    top: 49px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 65;
    padding: 15px;
}

.chatbox .chatbox__body .chatbox__checkout.show,
.chatbox .chatbox__body .chatbox__profile.show,
.chatbox .chatbox__body .chatbox__track-order.show,
.chatbox .chatbox__body .chatbox__checkout--overview.show,
.chatbox .chatbox__body .chatbox__order-history.show,
.chatbox .chatbox__body .chatbox__order-history--details.show {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    overflow-y: auto !important;
}

.chatbox .chatbox__body .chatbox__order-history.show {
    padding-bottom: 50px;
    height: 100%;
}

.chatbox .chatbox__body .tools__content.show {
    height: 555px;
    max-height: calc(100vh - 49px);
    opacity: 1;
    visibility: visible;
}

.chatbox .tool_container {
    height: auto;
    padding: 15px 0;
}

.chatbox .tool_container .counter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tool_container .product {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.tool_container .product .product_img {
    max-width: 50px;
}

.tool_container .counter .btn {
    padding: 0 0.3rem;
}

/*@media screen and (max-width: 480px) {*/
/*    .chatbox .tool_container {*/
/*        overflow-y: auto !important;*/
/*    }*/

/*}*/

.chatbox .tool_container .close,
.chatbox .tool_container .close_checkout {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.chatbox .tool_container .head {
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #000;
    opacity: 1;
}

.chatbox .tool_container .head img {
    position: absolute;
    left: 8%;
}

.chatbox .tool_container .map {
    background-color: #eee;
}

#googleMap iframe {
    height: 120px;
    margin-top: -9px;
    width: 100%;
}

.chatbot-inner-content {
    height: calc(100% - 60px);
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: inline-block;
    width: 94%;
    padding: 0 7px;
    margin: auto;
    display: block;
}

.chatbot-inner-content::-webkit-scrollbar {
    background-image: linear-gradient(to right, white 50%, #000 50%, white 51%);
}

.chatbot-inner-content::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
}

.chatbox .tool_container .content {
    width: 80%;
    font-size: 0.9rem;
    color: #6c767b;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*@media screen and (max-width: 350px) {*/

/*    .chatbox .tool_container .content {*/
/*        margin-bottom: 0.25rem !important;*/
/*    }*/
/*}*/

.chatbox .tool_container .content.details li {
    display: flex;
    justify-content: space-between;
}

.chatbox .seprator {
    border-top: 1px solid rgba(38, 50, 56, 0.12);
    width: 75%;
    text-align: center;
    padding-top: 10px;
    margin: 5px 0;
    margin-left: auto !important;
    margin-right: auto !important;
}

.chatbox .seprator.sep_detail {
    margin: 15px 0;
}

/*@media screen and (max-width: 350px) {*/
/*    .chatbox .seprator.sep_detail {*/
/*        padding: 0 !important;*/
/*        margin: 8px 0;*/
/*    }*/
/*}*/

.chatbox .tool_container .detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    margin-left: auto;
    margin-right: auto;
    color: #a1a1a1;
}

.chatbot_order_card {
    margin-bottom: 16px;
    padding: 8px 0;
    border-radius: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: box-shadow 0.2s;
    margin-left: auto;
    margin-right: auto;
    background: #fcfcfc;
    width: 100%;
}

.chatbot_order_card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.chatbot_order_card .order_history-img {
    padding: 0;
    text-align: center;
}

.chatbot_order_card .order_history-img img {
    max-width: 100%;
}

.order_history-details {
    font-size: 12px;
    color: #000;
}

.order_history-details .row {
    margin-right: -5px;
    margin-left: -5px;
}

.order_history-details .col-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.order_history-card .order_history-img img {
    max-width: 50px;
}

.order_history-img > .col-10 {
    padding-right: 24px;
}

.order_history-details span {
    color: #a1a1a1;
}

.order_history-details span.item_color {
    width: 30px;
    height: 6px;
    display: inline-block;
    border-radius: 3px;
}

/*@media screen and (max-width: 480px) {*/
/*    .chatbot_order_card {*/
/*        width: 100%;*/
/*        padding: 10px 5px;*/
/*    }*/
/*}*/

.chat_user_image .gradiant-bg {
    width: 100%;
    height: 90px;
    background: linear-gradient(360deg, #c1c1c1, #f9f9f9);
    border-radius: 20px 20px 0 0;
}

.pr_content,
.tr_order,
.checkout_content,
.finish_checkout_content {
    margin: 24px 8% 0 8%;
    font-size: 0.95rem;
}

.pr_content .main-info img {
    height: 94px;
}

.pr_content .main-info {
    text-align: center;
    margin-top: -47px;
}

.pr_content .info-bg {
    background: #fcfcfc;
    border-radius: 20px;
}

.bg_fcfcfc {
    background: #fcfcfc;
}

.bordered {
    border-radius: 0.5rem !important;
}

.bordered-top {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.pr_content p {
    color: #a1a1a1;
    font-size: 14px;
}

.chatbot_btn {
    cursor: pointer;
    border-radius: 20px;
    transition: 0.3s;
    display: inline-block;
    min-width: 120px;
    margin-bottom: 4px;
}

.track_order_list {
    padding: 0 2.5rem;
    list-style-type: none;
    margin-bottom: 4px;
}

.track_order_list li {
    padding-bottom: 12px;
    padding-left: 34px;
    position: relative;
}

.track_order_list li:after {
    content: "";
    background: #f5f5f5;
    border: 1px solid #a1a1a1;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -25px;
    top: 5px;
    border-radius: 50%;
    text-align: center;
}

.track_order_list li.marked_order:after {
    content: "\2713";
    color: #fff;
    background: #000;
}

.track_order_list li:before {
    content: "";
    position: absolute;
    top: 35px;
    height: 30px;
    border: 2px dashed #f5f5f5;
    left: -12px;
}

.track_order_list li.marked_order:before {
    border-color: #000;
}

.track_order_list li:last-child:before {
    display: none;
}

.order_colors span {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 4px;
    position: relative;
}

.order_colors span.active:after {
    content: "\2713";
    position: absolute;
    top: -2px;
    left: 4px;
    color: #fff;
}

.order_colors span.green {
    background: #419855;
}

.order_colors span.brown {
    background: brown;
}

.order_colors span.gray {
    background: #bcbcb4;
}

.order_colors span.red {
    background: #be3b3b;
}

.order_colors span.blue {
    background: #3b5afd;
}

.order_colors span.black {
    background: #000;
}

/*.order_colors span:after{
  background: yellow
}*/
.order_size span,
.order_size_span {
    min-width: 20px;
    padding: 2px;
    min-height: 18px;
    text-align: center;
    display: inline-block;
    background: #e9e9e9;
    font-size: 10px;
    border-radius: 4px;
}

.order_size span.active {
    background: #e52f08;
    color: #fff;
}

#visaEdit,
#adressEdit,
#PInfoEdit {
    cursor: pointer;
}

.chatbox .save,
.chatbox .cancel_order_YES,
.chatbox .cancel_order_NO {
    border-radius: 22px !important;
}

.chatbot_payment_method {
    position: absolute;
    top: 50px;
    width: 80%;
    margin-left: 10%;
    z-index: 100;
    border: 1px solid;
    margin-top: 6%;
    transition: 0;
    opacity: 0;
    display: none;
}

#toolsContent.pop:after,
.chatbox__body.pop:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(3, 3, 3, 0.53);
    z-index: 99;
}

.chatbot_payment_method.open {
    display: block;
    opacity: 1;
    margin-top: 15%;
}

.chatbot_payment_method.open.cancelOrder {
    margin-top: 38%;
}

.add_toCard_popover button {
    background: #fdfdfd;
    display: inline-block !important;
    width: calc(50% - 3px);
}

.add_toCard_popover button.add_shopping {
    border-right: 1px solid #ddd;
}

.add_toCard_popover {
    opacity: 1;
    margin: 0;
    top: 50px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: auto;
    display: none;
    background: #fdfdfd;
}

.chatbot_payment_method label {
    font-size: 14px;
}

.color_7070 {
    color: #707070;
}

/*.chatbox  .simplebar-content-wrapper{
      height: calc(100% - 29px) !important;
}*/
.chatbox .carousel-control-next,
.carousel-control-prev {
    /* top: calc(50% - 17px); */
    top: 10px;
    bottom: auto;
    width: fit-content;
    padding: 7px;
    border-radius: 8px;
    opacity: 1;
    cursor: pointer;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 17px;
    height: 17px;
}
.chatbox .carousel-control-next:hover,
.carousel-control-prev:hover {
    background: rgba(229, 234, 240, 0.47);
}
.chatbox .carousel {
    /* width: 290px; */
}

.chatbox .carousel-control-next {
    /* right: -38px; */
    right: 16px;
}

.chatbox .carousel-control-prev {
    /* left: -38px; */
    right: 46px;
    left: auto;
}
.carousel-control-prev-icon {
    background-image: url(../images/arrow-left.svg);
}
.carousel-control-next-icon {
    background-image: url(../images/arrow-right.svg);
}
.chatbox .chatbot_card_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    text-align: center;
}
.chatbox .carousel-inner .chatbot_card_img {
    background: #eee;
    border-radius: 14px;
}
.chatbox .chatbot_card_img img {
    max-width: 100%;
    max-height: 100%;
}

#image_to_show {
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    z-index: 50000;
    border: 1px solid #eee;
    background: #fff;
    padding: 5px;
    display: none;
    transition: 0.3s;
}

#image_to_show img {
    min-width: 80%;
    max-width: 100%;
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    transform: translate(-50%, -50%);
}

#close_show_img {
    position: absolute;
    top: 7px;
    right: 15px;
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
}

/*@media screen and (max-width: 580px) {*/
/*    .chatbox__message--bot .message {*/
/*        max-width: 98%*/
/*    }*/

/*    .chatbox .carousel {*/
/*        width: 275px*/
/*    }*/

/*    .chatbox .carousel-control-next,*/
/*    .chatbox .carousel-control-prev {*/
/*        transform: scale(0.8);*/
/*    }*/

/*    .chatbox .carousel-control-next {*/
/*        right: -25px*/
/*    }*/

/*    .chatbox .carousel-control-prev {*/
/*        left: -26px*/
/*    }*/

/*    !*.chatbox .carousel-control-next{*/
/*      right: -16px;*/
/*    }*/
/*    .chatbox .carousel-control-prev {*/
/*        left: -16px;*/
/*    }*!*/
/*}*/

/*@media screen and (max-width: 480px) {*/
/*    .chatbox .carousel {*/
/*        width: 290px;*/
/*    }*/

/*}*/

/*@media screen and (max-width: 375px) {*/
/*    .chatbox .carousel {*/
/*        width: 220px*/
/*    }*/
/*}*/

/*@media screen and (max-width: 480px) {*/

/*}*/

/*@media screen and (max-width: 580px) {*/
/*    !*.chatbox .tool_container .head {*/
/*      width: 97%;*/
/*    }*!*/
/*    .chatbox .chatbot-scroll {*/
/*        height: calc(100vh - 180px);*/
/*        max-height: 500px;*/

/*    }*/

/*    .chatbox .chatbox__body .tools__content.show {*/
/*        height: calc(100vh - 49px);*/
/*    }*/
/*}*/

.selectEmoji {
    margin-top: -27px;
}
#top input[type="text"]:focus,
#top input[type="password"]:focus,
#top input[type="email"]:focus,
#top input[type="number"]:focus,
#top input[type="url"]:focus,
#top input[type="tel"]:focus,
#top input[type="search"]:focus,
#top textarea:focus {
    box-shadow: none !important;
    color: #555;
}
#msgFromUser {
    border: 0 !important;
    padding-right: 12px !important;
}
/* mujib new icons */

.mujib_chat_icon {
    --mujib_main-color: var(--primary-color);
    --mujib_secondary-color: var(--primary-color);
    cursor: pointer;
    position: fixed;
    left: 28px;
    bottom: 28px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--mujib_main-color, var(--primary-color));
    z-index: 9999;
}
.mujib_chat_icon.up-down {
    animation: up-down 7.5s infinite ease-in-out !important;
}
.icon_inner-cont {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
}
.icon_inner-cont::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    background: var(--mujib_main-color, var(--primary-color));
    z-index: 2;
}

.icon_inner-cont .left_ear {
    width: 16px;
    height: 22px;
    position: absolute;
    left: -8px;
    z-index: -1;
    background: var(--mujib_secondary-color);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 18px 0 0 18px;
}

.icon_inner-cont .right_ear {
    width: 16px;
    height: 22px;
    position: absolute;
    right: -8px;
    z-index: -1;
    background: var(--mujib_secondary-color);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 18px 18px 0;
}

.eyes_background {
    width: 82%;
    height: 30%;
    background: #fff;
    border-radius: 21px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 4;
}
.eyes_cont .dot {
    height: 10px;
    width: 10px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    left: -35px;
    z-index: 4;
    background-color: var(--mujib_main-color, var(--primary-color));
    border-radius: 50%;
    animation: pulse-outer 7.5s forwards ease-in-out;
    /* height: 7px; */
}

.eyes_cont .dot:nth-child(2) {
    left: 0;
    animation: pulse-inner 7.5s forwards ease-in-out;
    animation-delay: 0.2s;
}
.eyes_cont .dot:nth-child(3) {
    left: 35px;
    animation: pulse-outer 7.5s forwards ease-in-out;
    animation-delay: 0.4s;
}
.eyes_inner_cont .dot_inner {
    position: absolute;
    background: #fff;
    display: block;
    width: 12px;
    height: 0;

    border-radius: 50%;
    bottom: 0;
    /* left: 0;
    right: 0; */
    left: 12px;
    top: 33px;
    z-index: 10;
    animation: inner-scale 0.1s forwards ease-in-out;
    animation-delay: 8s;
}
.eyes_inner_cont .dot_inner:nth-child(2) {
    position: absolute;
    background: #fff;
    display: block;

    border-radius: 50%;
    left: 46px;
    top: 33px;
    z-index: 10;
}

.chatbot_corner {
    position: absolute;
    bottom: 0;
    left: 25px;

    right: 0;
    top: 44px;
    width: 0;
    z-index: -1;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid var(--mujib_secondary-color);
    transform: rotate(90deg);
}

.antenna {
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 0;
    /* right: 0; */
    top: -10px;
    transform: translateX(-50%);
    height: 20px;
    width: 6px;
    background-color: var(--mujib_main-color, var(--primary-color));
    animation: antenna-appear 7.5s infinite ease-in-out;
}
.antenna .beam {
    position: absolute;
    top: -12.5px;
    left: -4px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: var(--mujib_main-color, var(--primary-color));
    animation: beam-appear 7.5s infinite ease-in-out;
    /* transform-origin: bottom; */
}

.antenna .beam-pulsar {
    position: absolute;
    top: -12.5px;
    left: -4px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: var(--mujib_main-color, var(--primary-color));
    animation: beam-pulsar-appear 7.5s infinite ease-in-out;
}
.ma-left {
    margin-left: 40px !important;
}
.chatbox audio {
    margin-bottom: 9px;
}
.chatbox iframe {
    padding: 4px;
    border: 1px solid #eaecf0;
    border-radius: 18px;
}
audio::-webkit-media-controls-panel {
    background-color: #fff;
}

/*audio::-webkit-media-controls-play-button {*/
/*    background-color: var(--primary-color);*/
/*    border-radius: 50%;*/
/*    color: #fff*/
/*}*/
/*audio::-webkit-media-controls-volume-slider{*/
/*    background-color: var(--primary-color);*/
/*    color: var(--primary-color);*/
/*}*/
/*audio::-webkit-media-controls-play-button:hover {*/
/*    background-color: #163856;*/
/*}*/
/*audio::-webkit-media-controls-current-time-display,*/
/*audio::-webkit-media-controls-time-remaining-display {*/
/*    color: #A3A3A3;*/
/*}*/

/*audio::-webkit-media-controls-time-remaining-display{*/
/*    color: #fff;*/
/*}*/
/* animations */
@keyframes antenna-appear {
    0% {
        visibility: hidden;
        top: 10px;
        height: 0;
    }
    50% {
        visibility: hidden;
        top: 10px;
        height: 0;
    }
    55% {
        visibility: visible;
        top: -10px;
        height: 10px;
    }
    95% {
        visibility: visible;
        top: -10px;
        height: 10px;
    }
    100% {
        top: 10px;
        height: 0;
    }
}

@keyframes beam-appear {
    0% {
        visibility: hidden;
        top: -4px;
        height: 0;
    }
    50% {
        visibility: visible;
        top: -8px;
        height: 14;
    }
    55% {
        visibility: visible;
        top: -12.5px;
        height: 14px;
        width: 14px;
    }
    100% {
        visibility: visible;
        top: -12.5px;
        height: 14px;
        width: 14px;
    }
}

@keyframes beam-pulsar-appear {
    0% {
        visibility: hidden;
        top: -4px;
        height: 0;
    }
    50% {
        visibility: hidden;
        top: -8px;
        height: 0;
    }
    55% {
        visibility: visible;
        top: -11px;
        left: -2px;
        height: 10px;
        width: 10px;
        opacity: 1;
    }
    65% {
        top: -18px;
        left: -9px;
        height: 26px;
        width: 26px;
        opacity: 0;
        visibility: visible;
    }
    74% {
        visibility: hidden;
        opacity: 0;
    }
    75% {
        visibility: visible;
        top: -12px;
        left: -2px;
        height: 10px;
        width: 10px;
        opacity: 1;
    }
    85% {
        top: -16px;
        left: -11px;
        height: 26px;
        width: 26px;
        opacity: 0;
        visibility: visible;
    }
    94% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes pulse-outer {
    0% {
        transform: scale(1);
    }
    7.5% {
        transform: scale(1.2);
    }
    15% {
        transform: scale(1);
    }
    22.5% {
        transform: scale(1.2);
    }
    30% {
        transform: scale(1);
    }
    37.5% {
        transform: scale(1.2);
    }
    45% {
        transform: scale(1);
        height: 10px;
    }
    55% {
        tranform: scale(1);
        height: 5px;
    }
    60% {
        height: 10px;
    }
    75% {
        height: 10px;
    }
    80% {
        tranform: scale(1);
        height: 5px;
    }
    85% {
        height: 10px;
    }
    100% {
        height: 10px;
    }
}

@keyframes pulse-inner {
    0% {
        transform: scale(1);
    }
    7.5% {
        transform: scale(1.2);
    }
    15% {
        transform: scale(1);
    }
    22.5% {
        transform: scale(1.2);
    }
    30% {
        transform: scale(1);
    }
    37.5% {
        transform: scale(1.2);
    }
    45% {
        top: 0;
        transform: scale(1);
        height: 10px;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        transform: rotate(-370deg);
    }
    50% {
        top: 16px;
        height: 5px;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-left-radius: 3rem;
        border-bottom-right-radius: 3rem;
        transform: rotate(10deg);
    }
    55% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(10deg);
    }
    65% {
        transform: rotate(-10deg);
    }
    65% {
        transform: rotate(0deg);
    }
    85% {
        top: 14px;
        height: 5px;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-left-radius: 3rem;
        border-bottom-right-radius: 3rem;
        transform: rotate(0deg);
    }
    92.5% {
        top: 14px;
        height: 5px;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-left-radius: 2.5rem;
        border-bottom-right-radius: 2.5rem;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        height: 0;
        border-radius: 50%;
        transform: rotate(-360deg);
    }
}

@keyframes up-down {
    0% {
        transform: translate(0);
    }
    12.5% {
        transform: translate(0, 3%);
    }
    25% {
        transform: translate(0);
    }
    37.5% {
        transform: translate(0, 3%);
    }
    50% {
        transform: translate(0);
    }
    62.5% {
        transform: translate(0, 3%);
    }
    75% {
        transform: translate(0);
    }
    87.5% {
        transform: translate(0, 3%);
    }
    100% {
        transform: translate(0);
    }
}

@keyframes inner-scale {
    0% {
        height: 0;
    }
    100% {
        height: 12px;
    }
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-delay: var(--animate-delay);
    -webkit-animation-delay: var(--animate-delay);
    animation-fill-mode: both;
}
.animate__fadeInLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft;
}
.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInTopRight {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }

    to {
        display: block;
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/*Chatbox with short height == resize chatbox*/
.chatbox.resize {
    height: calc(100vh - 10px);
    font-size: 14px;
}
.chatbox__message .chatbox__btn,
.chatbox__message .chatbox__text {
    font-size: 14px;
}
.chatbox.resize .chatbox__head {
    height: 100px;
}

#chatboxContainer img {
    user-select: none;
}
.chatbox.resize .chatbox__head .chatbox__label img {
    width: 50px !important;
}

.chatbox .message img,
#chatboxContainer img {
    max-width: 100%;
}

#ChatBotLoGo {
    width: 60px !important;
    border-radius: 100%;
}

.chatbox.resize .chatbox__head .chatbox_name {
    font-size: 17px;
}
.chatbox.resize .chatbox__head .chatbox_sub_name {
    font-size: 12px;
}
.chatbox.resize .chatbot-scroll {
    margin-top: -14px;
    height: calc(100vh - 227px);
}
.chatbox.resize .chatbox__foot {
    min-height: 75px !important;
}
.chatbox.resize .chatbox__foot > .d-flex img {
    width: 18px !important;
}
.chatbox.resize .chatbox__foot .chatbox__reply img {
    width: 14px !important;
}
.chatbox.resize .chatbox__foot .chatbox__reply {
    width: 35px;
    height: 35px;
}
.chatbox.resize .chatbox__editor input {
    margin-top: 5px;
    width: 100%;
    height: 26px;
}
/*Chatbox with short height == resize chatbox*/
@media (max-width: 420px) {
    .chatbox {
        width: calc(100vw - 10px);
        margin: 5px;
    }
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.ms-auto {
    margin-left: auto;
}
.me-2 {
    margin-bottom: 0.5rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.d-inline-flex {
    display: inline-flex;
}
.justify-content-center {
    justify-content: center;
}
.p-0 {
    padding: 0 !important;
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

/* .shadow{

} */
.rounded-1 {
    border-radius: 0.25rem;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
#submitReplyBtn {
    margin: 0;
}
